home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 4 #10 / IMG 41 Oct 1996.iso / Shareware / Azile 4.5 ƒ / Azile.Doc < prev   
Text File  |  1995-01-24  |  12KB  |  223 lines

  1.  
  2.                  Azile
  3.                              by Tom Bender
  4.  
  5.  
  6. Azile is a slightly “altered” version of Eliza, the classic mainframe psychologist emulation program. Azile is a cranky therapist who couldn’t care less what your problems are. (This one attended the Don Rickles School of Psychology.)  This version has been rated PG.
  7.  
  8.           …and if you have Apple’s new Speech Manager, you
  9.           can actually hear as well as see the abuse you so
  10.           richly deserve (making this an excellent demonstration
  11.           of the Speech Manager’s new capabilities)!
  12.  
  13. Azile is also a simple, single-window, styled text editor.  Azile is 32 bit clean, System 7 compatible, 68040 cache compatible, virtual memory compatible, big screen compatible and Apple Event aware.  It recognizes extended keyboard keys.
  14.  
  15. Azile is ShareWare.  The registration fee is $5.  Registered owners are entitled to a copy of the latest source code as well as on-line product support.  (See the “Registration” instructions at the end of this manual.)
  16.  
  17.  
  18.                    ••• Apple Menu •••
  19.  
  20. • About Azile…
  21.  
  22. This gives a few helpful hints for using Azile.  It also includes instructions on how to contact me for product registration, suggestions or bug reports.
  23.  
  24.  
  25.                    ••• File Menu •••
  26.  
  27. • New
  28.  
  29. This will open a blank document window.  Only one window can be open at a time.  The default font and font size for the new window can be set in the Preferences… dialog.
  30.  
  31. • Open…/Open Any…
  32.  
  33. This will bring up the standard file selection dialog.  Pick the TEXT document you wish to open.  If you hold down the shift key while choosing this command, you will be allowed to open the data fork of any file, including non-TEXT files.  If you open a TEXT document containing a ‘styl’ resource (such as documents created by JoliWrite 3.0, Stylus, America Online 2.0 and Tex-Edit), the text will display style attributes (boldface, italics, color, size, etc.).  I would discourage you from trying to open active System files, of course.
  34.  
  35. • Close
  36.  
  37. This will close the active window.  (It is equivalent to clicking in the window’s close box.)  You will be prompted to save any changes you may have made.
  38.  
  39. • Save
  40.  
  41. This will save any changes you have made to the file in the active window.  A standard file dialog will be displayed if your document is not yet associated with a disk file.
  42.  
  43. • Save As…
  44.  
  45. This will bring up the standard file dialog for creation of a new styled text file on your disk.
  46.  
  47. • Revert
  48.  
  49. This will revert to the last saved version of the file in the active window.  All changes made since the last time the file was saved will be lost.
  50.  
  51. • Page Setup
  52.  
  53. This will display the standard Page Setup dialog allowing you to set certain characteristics for your printer.
  54.  
  55. • Print…
  56.  
  57. This will display the standard Print dialog box, which allows you to specify number of copies, print quality, etc.
  58.  
  59. • Preferences…
  60.  
  61. This dialog box allows you to customize Azile’s default font and font size.  All preferences are stored in a “Prefs” file which is created the first time Azile is run.  The prefs file is usually stored in the System folder or Preferences folder (System 7).
  62.  
  63.      1) Default Font:___  This pop-up menu allows you to change Azile’s default font.  The default font is used when a new window is created or when a generic text file is opened.
  64.  
  65.      2) Default Size:___  This pop-up menu allows you to change Azile’s default font size.  This size is used when a new window is created or when a generic text file is opened.
  66.  
  67. • Quit
  68.  
  69. This will close the Azile application.  You will be prompted to save any altered or unsaved open documents before Azile quits.
  70.  
  71.  
  72.                    ••• Edit Menu •••
  73.  
  74. • Undo
  75.  
  76. Undo can reverse your most recent editing action or style change.  After you undo something, it can be redone if desired.  Undo does not work for the Replace function.
  77.  
  78. • Cut
  79.  
  80. Cut will remove the current selection to the clipboard, making it available for pasting to Azile or other programs.  The clipboard holds the text as well as its ‘styl’ information, making styled selections available to other programs that support standard Mac conventions.
  81.  
  82. • Copy
  83.  
  84. Copy will make a copy of the current text selection and place it in the clipboard.
  85.  
  86. • Paste
  87.  
  88. Paste will move a copy of the clipboard contents to the current insertion point, deleting any text which may be selected in the active window.
  89.  
  90. • Clear
  91.  
  92. Clear will erase the current text selection.
  93.  
  94. • Select All
  95.  
  96. All the text in the file will become hilited (selected).
  97.  
  98.  
  99.                    ••• Search Menu •••
  100.  
  101. • Find/Replace…
  102.  
  103. This dialog lets you enter a text string for which to search.  You may also enter a text string to use as a replacement when the search string is found.  Selecting the “Find” button will hilite the first occurrence of the search string.  (You may then use the “Find Next” or “Replace & Find Again” menu commands.)  If you push the “Replace All” button, Azile will replace all occurrences of the search string with the replacement string, then report how many replacements were made.  “Replace All” is not undo-able.  The three small buttons labelled “CR”, “Tab” and “LF” allow you to easily enter a carriage return, tab or linefeed character into the find string or replace string.
  104.  
  105. All searches start at the top of the document, unless you select the “Start search at cursor position” option.  The “Cases must match” option forces Azile to look for exact matches.  Turn this switch off if you wish case to be ignored.  The “Whole words only” option will limit matches to distinct whole words (i.e. looking for ‘the’ will find ‘the’ but not ‘them’).
  106.  
  107. • Find Again
  108.  
  109. This option becomes available once a match has been found.  It allows you to keep searching down through the document looking for the next match.
  110.  
  111. • Replace & Find Again
  112.  
  113. This will replace the hilited word with the replacement string (from the “Find/Replace…” dialog box) and continue searching for the next match.
  114.  
  115. • Enter Selection
  116.  
  117. This will copy the current text selection (up to 255 characters) into the “Find/Replace…” dialog box.  This text will thus be used for the next “Find Again” command.
  118.  
  119. • Word Count…
  120.  
  121. This command shows the word count, line count and character count for the active document.
  122.  
  123.  
  124.                    ••• Font Menu •••
  125.  
  126. The font menu lists all the fonts available to Azile.  The current selection’s font is checked.
  127.  
  128.  
  129.                    ••• Size Menu •••
  130.  
  131. The size menu lists a selection of common font sizes.  The current selection’s font size is checked.
  132.  
  133.  
  134.                    ••• Style Menu •••
  135.  
  136. This is a standard font style menu.
  137.  
  138.  
  139.                    ••• Azile Menu •••
  140.  
  141. • Start Interview
  142.  
  143. This command will initiate the conversation between you and Azile (a.k.a. Mac).  First, you will be asked to enter your name.  Then Azile will guide you through the deepest recesses of your soul, in search of true inner peace and harmony.  In other words, it will display a statement or question and then wait for you to type your response.  Follow each sentence with a carriage return.  Please enter your response at the end of the text.  Of course, it helps if you use English and only enter a single sentence at a time.  Azile works best when you avoid terse responses and really try to “open up”.
  144.  
  145. This command changes to “Stop Interview” while Azile is active.  It will cause Azile to bring the session to a close.
  146.  
  147. • Demo
  148.  
  149. This command is unimplemented.
  150.  
  151. • Read Starting At Cursor
  152.  
  153. This command will cause the active window to be read aloud starting at the current cursor position (or the end of the current selection, if some text is selected).  Speech then continues until the end of the document is reached or “Stop Reading” is chosen.
  154.  
  155. • Read Selection
  156.  
  157. If some text is selected, this command will read it aloud.  It can be stopped or paused as desired.
  158.  
  159. • Pause/Resume
  160.  
  161. If text is being read aloud, this will allow you to temporarily pause or restart the reading session.
  162.  
  163. • Turn Speech On/Off
  164.  
  165. This command activates the Speech Manager system.  It must be selected before any other speech-related commands are usable.  While Azile is speaking, the face at the top of the window will become animated.  (If you enter text at the end of the document followed by a control-return, the entered line of text will be spoken if speech is on.)
  166.  
  167. • Speech Settings…
  168.  
  169. This command brings up a dialog which allows you to modify some of Speech Manager’s speech characteristics.  The “Voice:” pop-up menu lists all the voice resources currently available to your system.  Selecting a voice will adjust the pitch and rate to that voice’s default setting.  Try experimenting with different rates and pitches to get the most pleasing results.  The “Sample” button will cause a sample sentence to be read aloud.
  170.  
  171.  
  172.                    ••• Miscellaneous •••
  173.  
  174. • Requirements
  175.  
  176. Azile requires a Mac or Mac-compatible running System 6.0.7 or better.    (I assume it will work with 6.0.3 or better, however I cannot easily test that assumption.)  To use the speech facility, you need to copy Apple’s Speech Manager extension (along with any desired voices) into the Extensions Folder and re-boot.  You may also use PlainTalk, if desired.  The old Macintalk is no longer supported.  Azile runs fine without the Speech Manager.
  177.  
  178. • Extended Keyboards
  179.  
  180. Azile makes full use of Apple’s extended keyboard including the forward delete, home, end, page up, page down and cursor keys.  The escape key can be used to cancel any dialog box (just like command-period).
  181.  
  182. • Other Features
  183.  
  184. Azile is 32 bit clean, Apple Event aware, System 7 compatible, MultiFinder compatible, big screen compatible, 68040 cache compatible and adheres to all of Apple’s interface guidelines (as best I can tell).  Undo is implemented for most functions.  If you triple click on a sentence, the entire sentence will be selected.  Hold down the shift key during cursor key movements to extend a selection.
  185.  
  186. • File Formats
  187.  
  188. Azile saves its documents in a format which can be read by any text editor or word processor (type ‘TEXT’).  It saves the style information (font, size, boldface, etc.) in the file’s resource fork.  Since this style information is ignored by other text editors, they are unable to display anything other than plain text when editing Azile’s files.  When Azile re-opens a file which has been altered by another editor, all the style information will be gone, unless the other text editor also stores the document’s style information in the resource fork.  For example, America Online 2.0, JoliWrite 3.0, Tex-Edit and Stylus create styled text files which can be easily opened by Azile with all style information intact!  (Azile scans the document file for a resource of type ‘styl’.  The first one it finds is used to style the text.  If the document is using ‘styl’ resources for some other purpose, the text will look funny.)
  189.  
  190. In order to move a styled Azile document into another word processor without losing style information, you can use the clipboard to copy and paste the entire document.  (Some expensive word processors apparently do not support Apple’s standard clipboard formats and may lose the ‘styl’ information.  Go figure…)
  191.  
  192. Azile can open any ‘TEXT’ document (up to 32K) and can also display the data fork of any other file.  Azile can correctly open stationery pad documents.
  193.  
  194. • Limitations
  195.  
  196. Azile is limited to 32K text files.  Only a single document window can be active at any time.
  197.  
  198. • Registration
  199.  
  200. Azile is ShareWare.  The registration fee is $5 (US).  (Outside the US, you may send an appropriate amount of your local currency, if you are unable to obtain US currency.)  Please send your registration fee to:
  201.  
  202.           Tom Bender
  203.           5313 Beverly Drive
  204.           San Angelo, Texas 76904
  205.  
  206.  
  207. • Source Code
  208.  
  209. Registered users may obtain a copy of the THINK Pascal source code by sending a disk and a self-addressed, stamped envelope to the above address.  The source code is intended for your personal use.
  210.  
  211.  
  212. • On-Line Support
  213.  
  214. If you have questions, suggestions or bug reports, you can also reach me via modem:
  215.  
  216.                America Online: TomBB
  217.                eWorld:  TomBB
  218.                Internet: tombb@aol.com
  219.  
  220.  
  221. • Other Products
  222.  
  223. Please also try Tex-Edit Plus (full featured text editor), Re-Pete (memory game) and Eliza (clinical psychologist), hopefully available on a BBS near you!